-
-
Notifications
You must be signed in to change notification settings - Fork 345
Remove react from root package json #3888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: share-filter
Are you sure you want to change the base?
Remove react from root package json #3888
Conversation
|
❌ Deploy Preview for module-federation-docs failed. Why did it fail? →
|
…o fix Vue3 bridge build
… configuration - Add Cypress config files for next-app-router-4000 and next-app-router-4001 - Create test directory structure with support files and fixtures - Add basic e2e tests for both apps - Configure proper TypeScript settings for Cypress 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add React import and type annotation to SSRLiveReload component - Fix useRef to provide initial value as required by React 19 types - Update @types/react to ^19.0.2 for React 19 compatibility
Description
This PR refactors the project's dependency management by removing
react
,react-dom
,react-router-dom
, and their corresponding@types
from the workspace rootpackage.json
. These dependencies are now installed directly within the individual applications and packages that explicitly require them.This change reduces reliance on workspace-level React installations, promoting clearer and more granular dependency management per package.
Related Issue
N/A
Types of changes
Checklist